home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 May / cd joy 71No13.iso / pc / demos / eurosoc / source / results.h < prev    next >
C/C++ Source or Header  |  1995-10-18  |  743b  |  20 lines

  1. extern    void    DisplayLEAGUEdata(int TextFLAGS);
  2. extern    void    DoLEAGUEtables();
  3. extern    void    create_table();
  4. extern    void    initialise_matches();
  5. extern    int    SortNEXTfixture(int match_number, int CompetitionType);
  6. extern    void    calculate_match();
  7. extern    void    GOAL_SCORED(int team, int scorer, int time);
  8. extern    void    reset_scores();
  9. extern    void    DisplayGOALscorers( char credit, int teams_goals );
  10. extern    void  SortNEWdivisions();
  11. extern    void    SortSQUAD(int team);
  12. extern    void     init_team_data();
  13. extern    void    SortARCADEleagueGAME();
  14. extern    void    SortARCADEcupGAME();
  15. extern    void    setup_player_data( int team_no );
  16. extern    void    quit_current_match();
  17. extern    void    recalc_referee();
  18. extern    void    get_cup_venue();
  19. extern    void    reset_league_teams();
  20.